Pro JQuery Mobile by Brad Broulik

Pro JQuery Mobile by Brad Broulik

Author:Brad Broulik [Broulik, Brad]
Language: eng
Format: epub
Tags: Computers, Programming, Apple Programming
ISBN: 9781430239666
Publisher: Apress
Published: 2011-11-30T05:00:00+00:00


Listing 5–9. List with badges or count bubbles (ch5/list-badges.html)

<ul data-role="listview" data-inset="true" data-count-theme="e">

<li data-role="list-divider">Comments</p></li>

<li>

<img src="../images/111-user.png" class="ui-li-icon">

<p>Thanks for the review. I'll check it out this weekend.</p>

<span class="ui-li-count">1 day ago</span>

</li>

</ul>

List Filtering with Search Bar

jQuery Mobile has a very convenient client-side search feature for filtering lists. To create a search bar, add the data-filter=”true” attribute to the list. The framework will then append a search filter above the list and the default placeholder text will display the words, “Filter items...” (see Figure 5–11 and its related code in Listing 5–10).



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.